﻿/* وقتی قیمت نمایش داده نمی‌شود */
.no-price {
    color: #6b7280;
    font-size: .95rem;
    font-weight: 600;
}

/* =======================
   Desktop Price
   ======================= */

.b2b-price-desktop {
    display: block;
}

.b2b-price-line {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}

    .b2b-price-line.sub {
        margin-top: 2px;
    }

.b2b-price-main {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.b2b-price-label {
    color: #6b7280;
    font-size: .85rem;
    font-weight: 800;
    white-space: nowrap;
}

.b2b-price-value {
    font-weight: 900;
    font-size: 1.15rem;
    white-space: nowrap;
}

.b2b-price-subvalue {
    font-weight: 800;
    font-size: 1.02rem;
    color: #111827;
}

.b2b-discount {
    background: #f8f9fa;
    color: #e11d48d6;
    border-radius: 8px;
    padding: 3px 8px;
    font-size: .70rem;
    line-height: 1.4;
    white-space: nowrap;
    border: 1px solid #e11d48d6;
    font-weight: 700;
}

/* =======================
   Mobile Price
   ======================= */

.b2b-price-under-title {
    display: flex;
    align-items: baseline;
    gap: 6px;
    flex-wrap: nowrap;
    white-space: nowrap;
    font-size: .86rem;
}

    .b2b-price-under-title .tag {
        color: #6b7280;
        font-weight: 800;
    }

    .b2b-price-under-title .val,
    .b2b-price-under-title .val2 {
        font-weight: 900;
        font-size: .98rem;
        color: #111827;
    }

    .b2b-price-under-title .dot {
        color: #cbd5e1;
        margin: 0 2px;
    }
